home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMADDZOOM / TFORMADDZOOM.txt
Encoding:
Text File  |  2002-10-07  |  1.1 KB  |  66 lines

  1. object FormAddZoom: TFormAddZoom
  2.   Left = 211
  3.   Top = 160
  4.   BorderStyle = bsDialog
  5.   Caption = 'Magnification'
  6.   ClientHeight = 95
  7.   ClientWidth = 192
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object LabelX: TLabel
  17.     Left = 16
  18.     Top = 24
  19.     Width = 68
  20.     Height = 12
  21.     Caption = 'Magnification'
  22.   end
  23.   object btnok: TButton
  24.     Left = 20
  25.     Top = 56
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 2
  32.   end
  33.   object btnCancel: TButton
  34.     Left = 100
  35.     Top = 56
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 3
  42.   end
  43.   object EditX: TEdit
  44.     Left = 100
  45.     Top = 20
  46.     Width = 49
  47.     Height = 20
  48.     TabOrder = 0
  49.     Text = '10'
  50.     OnChange = EditXChange
  51.   end
  52.   object UpDown: TUpDown
  53.     Left = 149
  54.     Top = 20
  55.     Width = 16
  56.     Height = 20
  57.     Associate = EditX
  58.     Min = 10
  59.     Max = 4000
  60.     Position = 10
  61.     TabOrder = 1
  62.     Thousands = False
  63.     Wrap = False
  64.   end
  65. end
  66.